Before entering a price concession, confirm that the request the rate is still active with the isRatePeriodStillActive call. Provide the lockId and statusId, which are returned by the addLockEvent call in the Add Export Pricing Lock Event step.
/rest/v1/lp-ppe-api/isRatePeriodStillActive/{priceQuoteId}/{statusId}
The {lockId} is the lockId returned by from the addLockEvent call in the Add Export Pricing Lock Event step.
The {statusId} from the same lock.
This call has no body.
The call returns a boolean positive or negative response.